gtkfilechooserbutton: fix documentation typo
authorClaudio Saavedra <csaavedra@igalia.com>
Thu, 20 Jun 2013 08:47:37 +0000 (11:47 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Thu, 20 Jun 2013 08:48:51 +0000 (11:48 +0300)
https://bugzilla.gnome.org/show_bug.cgi?id=702695

gtk/gtkfilechooserbutton.c

index 8c744ce8fdf2dcade7dfb5c13f5369c10bf4059f..c2c686f3b2f9afdf4eaa08012fb86943cd5eb3fd 100644 (file)
@@ -89,7 +89,7 @@
  *
  * <important>
  * The #GtkFileChooserButton will ellipsize the label,
- * and thus will thus request little horizontal space.  To give the button
+ * and will thus request little horizontal space.  To give the button
  * more space, you should call gtk_widget_get_preferred_size(),
  * gtk_file_chooser_button_set_width_chars(), or pack the button in
  * such a way that other interface elements give space to the widget.